home *** CD-ROM | disk | FTP | other *** search
/ Remix Doll 3: Dirty Sally / Remix Doll 3: Dirty Sally.iso / drtyslly.exe / SHARED.DXR / 04966_QDUtil.ls < prev    next >
Encoding:
Text File  |  1995-02-11  |  185 b   |  16 lines

  1. on localToGlobalH vLocalH
  2.   return vLocalH + the stageLeft
  3. end
  4.  
  5. on localToGlobalV vLocalV
  6.   return vLocalV + the stageTop
  7. end
  8.  
  9. on busyCurs
  10.   cursor(4)
  11. end
  12.  
  13. on resetCurs
  14.   cursor(0)
  15. end
  16.